home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_280 / PlaceObject2_192_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  168 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.bird._x - 25;
  3.    if(_root.hero.hitTest(this) && _root.hero._y < 268)
  4.    {
  5.       _root.hero._x = this._x + 35;
  6.    }
  7. }
  8.